home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 March / Gamestar_71_2005-03_dvd.iso / CD / DATABASE / CESTINY / CounterStrike-ConditionZero1.0CZ.exe / {app} / czeror / titles.txt
Text File  |  2004-10-26  |  2KB  |  78 lines

  1. //TITLES FOR HALF-LIFE
  2. // Position command $position x y 
  3. // x & y are from 0 to 1 to be screen resolution independent
  4. // -1 means center in each dimension
  5. // Effect command $effect <effect number>
  6. // effect 0 is fade in/fade out
  7. // effect 1 is flickery credits
  8. // effect 2 is write out (training room)
  9. // Text color r g b command $color
  10. // fadein time fadeout time / hold time
  11. // $fadein (message fade in time - per character in effect 2)
  12. // $fadeout (message fade out time)
  13. // $holdtime (stay on the screen for this long)
  14.  
  15.  
  16. //--------------------- WEAPON SWITCHES
  17. $position 0.5 0.8
  18. $effect 1
  19. $color 128 128 128
  20. $color2 0 0 0
  21. $fadein 0.0
  22. $fadeout 0.0
  23. $holdtime 1.5
  24.  
  25. Switch_To_BurstFire
  26. {
  27. P°epnuto na dßvky
  28. }
  29.  
  30. Switch_To_SemiAuto
  31. {
  32. P°epnuto na poloautomat
  33. }
  34.  
  35. Switch_To_FullAuto
  36. {
  37. P°epnuto na automat
  38. }
  39.  
  40. //-------------------------------------------Mission Failure Entities
  41. $position -1 0.66
  42. $effect 0
  43. $color 128 128 128
  44. $color2 0 0 0
  45. $fadein 0.5
  46. $fadeout 0.5
  47. $holdtime 6
  48.  
  49. GENERIC_FAIL
  50. {
  51. MISE NEUSPESN┴
  52. }
  53.  
  54. // Game title
  55. // This is a placeholder to hold the effects controls for the "Half-Life" title
  56. $position -1 -1
  57. // Only effect 0 is supported for game title
  58. $effect 0
  59. // This is the final color
  60. $color 180 180 180
  61. // Not used color2
  62. $color2 0 0 0
  63. // This is the time it takes to fade in the title
  64. $fadein 1.0
  65. // How long to hold the message on the screen (after it scans out)
  66. $holdtime 3.0
  67. // How long it takes to fade out the message after holding
  68. $fadeout 1.5
  69.  
  70. GAMETITLE
  71. {
  72. Counter-Strike: Condition Zero
  73. }
  74.  
  75. GAMESAVED
  76. {
  77. #Valve_Game_Saved
  78. }